home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
IRIX 6.5 Applications 2002 November
/
SGI IRIX 6.5 Applications 2002 November.iso
/
dist
/
sgi_apache.idb
/
var
/
sgi_apache
/
server
/
include
/
compat.h.z
/
compat.h
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2002-06-27
|
177 b
|
10 lines
/*
* compat.h -- backward compatibility header for ap_compat.h
*/
#ifdef __GNUC__
#warning "This header is obsolete, use ap_compat.h instead"
#endif
#include "ap_compat.h"